←Select platform

AnnPicture Constructor(byte[])

Summary
Creates a new instance of the AnnPicture from PNG data.
Syntax
C#
Objective-C
C++/CLI
Python
public AnnPicture( 
   byte[] pngData 
) 
-(id)initWithData:(NSData*)aPictureData; 
public:  
   AnnPicture(array<Byte>^ pngData) 
__init__(self,pngData) # Overloaded constructor 

Parameters

pngData
Byte array containing PNG image data.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.